Base16 Color Schemes
Base16 for TextMate & Sublime
Labels color scheme
Details
Installs
- Total 166K
- Win 116K
- Mac 29K
- Linux 21K
Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 12 | 10 | 10 | 8 | 11 | 13 | 7 | 7 | 9 | 11 | 5 | 8 | 8 | 9 | 12 | 11 | 14 | 12 | 8 | 14 | 12 | 10 | 17 | 7 | 14 | 14 | 18 | 14 | 24 | 12 | 12 | 7 | 14 | 12 | 11 | 20 | 11 | 6 | 5 | 9 | 10 | 8 | 11 | 8 | 13 | 10 |
Mac | 4 | 0 | 2 | 1 | 2 | 1 | 3 | 4 | 2 | 1 | 0 | 0 | 1 | 3 | 7 | 1 | 0 | 0 | 0 | 3 | 4 | 4 | 0 | 5 | 1 | 7 | 3 | 1 | 2 | 0 | 2 | 1 | 2 | 4 | 1 | 7 | 2 | 3 | 2 | 2 | 1 | 2 | 2 | 0 | 1 | 3 |
Linux | 4 | 1 | 1 | 4 | 2 | 3 | 1 | 2 | 4 | 1 | 1 | 4 | 2 | 2 | 2 | 4 | 0 | 3 | 4 | 3 | 1 | 2 | 2 | 2 | 0 | 2 | 2 | 8 | 4 | 2 | 0 | 1 | 3 | 0 | 5 | 2 | 1 | 1 | 0 | 1 | 1 | 3 | 3 | 1 | 1 | 2 |
Readme
- Source
- raw.githubusercontent.com
Base16 for TextMate & Sublime Text 2/3
See the Base16 repository for more information. This theme was built with Base16 Builder PHP.
Installation
TextMate 1
cd ~/Library/Application\ Support/TextMate/Themes
git clone git://github.com/chriskempson/base16-textmate.git Base16
cp Base16/Themes/*.tmTheme .
TextMate 2
mkdir -p ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles
cd ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles
git clone git://github.com/chriskempson/base16-textmate.git Base16.tmbundle
Sublime Text 2
OS X:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/chriskempson/base16-textmate.git Base16
Windows:
cd %APPDATA%\Sublime Text 2\Packages\User
git clone git://github.com/chriskempson/base16-textmate.git Base16
Sublime Text 3
OS X:
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone git://github.com/chriskempson/base16-textmate.git Base16
Windows:
cd %APPDATA%\Sublime Text 3\Packages\User
git clone git://github.com/chriskempson/base16-textmate.git Base16
Linux
cd ~/.config/sublime-text-3/Packages/
git clone git://github.com/chriskempson/base16-textmate.git Base16
Update
TextMate 1
cd ~/Library/Application\ Support/TextMate/Themes/Base16
git pull
cp -f Themes/*.tmTheme ..
TextMate 2
cd ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles/Base16.tmbundle
git pull
Sublime Text 2
OS X:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Base16
git pull
Windows:
cd %APPDATA%\Sublime Text 2\Packages\User
git pull
Sublime Text 3
OSX:
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Base16
git pull
Windows:
cd %APPDATA%\Sublime Text 3\Packages\User\Base16
git pull
Linux
cd ~/.config/sublime-text-3/Packages/Base16
git pull